-
1 Generic Pattern Implementation
Mathematics: GPIУниверсальный русско-английский словарь > Generic Pattern Implementation
-
2 аналогично
•In a similar (or like) manner (or Along similar lines), design equations may be derived from the general formula.
•This type of door can be folded in a manner like the operation of the camera bellows.
•The device would operate in much the same way (or manner, or fashion) as (or similarly, or analogously, to) a core array.
•The retina cells transform the light image into a spatial pattern of electrical signals, much as a television camera does.
•Gases behave similarly (or in a similar way) in all directions.
•The components of strain are specified in a similar way to the stresses.
* * *Аналогично -- similarly, in a similar manner to, in a manner identical to that for; reciprocally (соответственно)Oxygen reacting with the rolling-element surfaces can act in a similar manner to the antiwear additive.Two of plexiglass pieces were bevelled in a manner identical to that for the aluminum walls of the test section.Reciprocally, implementation of these systems has been a most challenging test for programming languages.Русско-английский научно-технический словарь переводчика > аналогично
См. также в других словарях:
Pattern matching — In computer science, pattern matching is the act of checking some sequence of tokens for the presence of the constituents of some pattern. In contrast to pattern recognition, the match usually has to be exact. The patterns generally have the form … Wikipedia
Pattern — Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom. Sur les autres projets Wikimedia : « Pattern », sur le Wiktionnaire (dictionnaire universel) Le mot anglais « pattern » est… … Wikipédia en Français
Pattern Oriented Rule Implementation — The Pattern Oriented Rule Implementation (PORI) table is a data structure invented by Amdocs for representation of algorithms for determining a price or set of prices in a financial transaction. The PORI table is used to describe the pricing… … Wikipedia
Observer pattern — The observer pattern (a subset of the publish/subscribe pattern) is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes,… … Wikipedia
Software design pattern — In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern is not a finished design that can be transformed directly into code. It is a… … Wikipedia
Singleton pattern — In software engineering, the singleton pattern is a design pattern used to implement the mathematical concept of a singleton, by restricting the instantiation of a class to one object. This is useful when exactly one object is needed to… … Wikipedia
Design pattern (computer science) — In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for … Wikipedia
Adapter pattern — In computer programming, the adapter pattern (often referred to as the wrapper pattern or simply a wrapper) is a design pattern that translates one interface for a class into a compatible interface. An adapter allows classes to work together that … Wikipedia
Multiton pattern — In software engineering, the multiton pattern is a design pattern similar to the singleton, which allows only one instance of a class to be created. The multiton pattern expands on the singleton concept to manage a map of named instances as key… … Wikipedia
Visitor pattern — [ LePUS3 ( [http://lepus.org.uk/ref/legend/legend.xml legend] ) ] In object oriented programming and software engineering, the visitor design pattern is a way of separating an algorithm from an object structure upon which it operates. A practical … Wikipedia
Abstract factory pattern — The abstract factory pattern is a software design pattern that provides a way to encapsulate a group of individual factories that have a common theme. In normal usage, the client software creates a concrete implementation of the abstract factory… … Wikipedia